Class Property


  • public class Property
    extends Object
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getField

        public Field getField()
      • getAccessor

        public Method getAccessor()
      • getMutator

        public Method getMutator()
      • removeAccessor

        public void removeAccessor()
      • removeMutator

        public void removeMutator()
      • removeField

        public void removeField()
      • isMutable

        public boolean isMutable()
      • hasField

        public boolean hasField()
      • hasAnnotation

        public boolean hasAnnotation​(Class<? extends Annotation> clazz)