Class ObjectPropertyAccess

  • All Implemented Interfaces:
    java.io.Serializable, PropertyAccess<java.lang.Object>

    public abstract class ObjectPropertyAccess
    extends java.lang.Object
    implements PropertyAccess<java.lang.Object>
    An Object proeprty type
    Since:
    8.0.0
    Author:
    jumperchen
    See Also:
    Serialized Form
    • Constructor Detail

      • ObjectPropertyAccess

        public ObjectPropertyAccess()
    • Method Detail

      • getType

        public java.lang.Class<java.lang.Object> getType()
        Specified by:
        getType in interface PropertyAccess<java.lang.Object>