Package com.onenetwork.platform.common.field

Standard interfaces for representing a "Field": a typed, named piece of data.
  • Interface Summary 
    Interface Description
    Field
    Captures field meta-data including id, type, etc.
    FieldId
    Uniquely identifies a field by its level ("table") and name ("column").
    FieldService
    Service for instantiating Field and FieldId instances.
    FieldType
    Marker interface for the data types associated with Field objects.
  • Class Summary 
    Class Description
    FieldTypes
    List of all available FieldType as static constants.
  • Annotation Types Summary 
    Annotation Type Description
    ModulePrivate
    A marker annotation added to the getter/setter fields of a "private" field in a model.