Class Properties


  • public class Properties
    extends java.lang.Object
    • Constructor Detail

      • Properties

        public Properties​(Type type,
                          java.lang.String name,
                          Setter setter,
                          Getter getter,
                          boolean isImutable,
                          boolean isNullable,
                          boolean isNamedValueProviderEnabled,
                          java.util.List<Annotation> annotationConfigurations,
                          java.lang.String comment,
                          NamedValueProvider namedValueProvider)
    • Method Detail

      • type

        public Type type()
      • getSetterConfiguration

        public Setter getSetterConfiguration()
      • getGetterConfiguration

        public Getter getGetterConfiguration()
      • annotations

        public java.lang.Iterable<Annotation> annotations()
      • isNamedValueProviderEnabled

        public boolean isNamedValueProviderEnabled()
      • name

        public java.lang.String name()
      • isNullable

        public boolean isNullable()
      • isImutable

        public boolean isImutable()
      • comment

        public java.lang.String comment()