Class MissingProperty

  • All Implemented Interfaces:
    java.lang.Comparable<Property>

    public class MissingProperty
    extends Property
    A property that does not map to a real property; this is used when {@link PropertyUtils.setSkipMissingProperties(boolean)} is set to true.
    • Constructor Detail

      • MissingProperty

        public MissingProperty​(java.lang.String name)
    • Method Detail

      • set

        public void set​(java.lang.Object object,
                        java.lang.Object value)
                 throws java.lang.Exception
        Setter does nothing.
        Specified by:
        set in class Property
        Throws:
        java.lang.Exception
      • get

        public java.lang.Object get​(java.lang.Object object)
        Specified by:
        get in class Property