Interface AutoBeanVisitor.PropertyContext

    • Method Detail

      • canSet

        boolean canSet()
        Indicates if the set(java.lang.Object) method will succeed.
        Returns:
        true if the property can be set
      • getType

        java.lang.Class<?> getType()
        Returns the expected type of the property.
        Returns:
        a Class object representing the property type
      • set

        void set​(java.lang.Object value)
        Sets a property value.
        Parameters:
        value - the new value