Class PathElement

    • Constructor Detail

      • PathElement

        public PathElement()
    • Method Detail

      • getType

        public abstract String getType()
      • getName

        public abstract String getName()
      • getDescription

        public abstract String getDescription()
      • getPropertyGetters

        public final Map<String,​Method> getPropertyGetters()
        Returns the names (map key) and getter methods (map value) of the class' bean properties.

        This method is internal, thus excluded from the property getters.