Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 348 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 348 Bytes

flatbread builds POJOs from flat string lists. That's it.

  • Mark field names as FdMask to mask secret data.
  • Cyclic object graphs are not supported.
  • All nested objects (including the root object itself) must support empty constructors.
  • Primitive values get hydrated with the wrapper type's valueOf method.

See test cases for examples.