PropertyHandler
Record
A property handler.
Extends
Record
Modifiers
public final
Constructors
new PropertyHandler (HandlerType, Method, String)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | HandlerType | type |
2 | Method | method |
3 | String | string |
Return Type
PropertyHandler
Modifiers
public
new PropertyHandler(StandardHandlers.GET, method, "name");
new PropertyHandler (String, HandlerType, Type, Type, Method)
ConstructorNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | String | string |
2 | HandlerType | type |
3 | Type | type |
4 | Type | type |
5 | Method | method |
Return Type
PropertyHandler
Modifiers
public
Methods
name ()
MethodNo description is available for this element.
Return Type
String
Modifiers
public
type ()
MethodNo description is available for this element.
Return Type
HandlerType
Modifiers
public
value ()
MethodNo description is available for this element.
Return Type
Type
Modifiers
public
equals (Object)
MethodNo description is available for this element.
Index | Type | Name |
---|---|---|
1 | Object | o |
Return Type
boolean
Modifiers
public final
toString ()
MethodNo description is available for this element.
Return Type
String
Modifiers
public final
method ()
MethodNo description is available for this element.
Return Type
Method
Modifiers
public
hashCode ()
MethodNo description is available for this element.
Return Type
int
Modifiers
public final
holder ()
MethodNo description is available for this element.
Return Type
Type
Modifiers
public