Class FieldInfo


  • public class FieldInfo
    extends Object
    • Method Detail

      • getName

        public String getName()
      • getRawName

        public String getRawName()
      • getAlias

        public Optional<String> getAlias()
        If the field is renamed with a Name annotation, the real field name is used as an alias.
      • getAnnotation

        public <T extends Annotation> T getAnnotation​(Class<T> annotationClass)
      • isNonNull

        public boolean isNonNull()
      • isIncludeNull

        public boolean isIncludeNull()