Class Member


  • public class Member
    extends java.lang.Object
    • Method Detail

      • type

        public Type type()
      • name

        public java.lang.String name()
      • setter

        public Setter setter()
      • getter

        public Getter getter()
      • value

        public java.lang.Object value()
      • isNullable

        public boolean isNullable()
      • annotations

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

        public IOptional<java.lang.String,​java.lang.RuntimeException> comment()
      • isImutable

        public boolean isImutable()