Interface FieldType

All Known Implementing Classes:
ComplexType, SimpleType

public interface FieldType
  • Method Details

    • getType

      Class<?> getType()
    • getFields

      List<FieldInfo> getFields()
    • getTypeName

      String getTypeName()
    • isComplex

      boolean isComplex()