Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 486 Bytes

File metadata and controls

10 lines (8 loc) · 486 Bytes

Common

This is a library containing common classes that are used throughout our projects.

  • Reflections: co.arago.util.reflections.Reflections
  • Templates: co.arago.util.text.templates.*
  • Tokenizer: co.arago.util.text.EscapingStringTokenizer
  • Validation / Field checks: co.arago.util.validation.ValueChecks
  • Deep cloning of serializable objects: co.arago.util.Cloner
  • Get fields of collections, maps and public fields of any object via paths: co.arago.util.GetByPath