ParameterImplpublic interface Parameter
Parameter for configuring classes.
A Parameter is made up of a Property, a
ParameterConversion and either required or optional.
Implementations of Object.hashCode() and Object.equals(Object)
must mirror the respective behaviour of the encapsulated Property,
that is, a Parameter's identity is agnostic of its
ParameterConversion and whether it is required or not.
| Modifier and Type | Method | Description |
|---|---|---|
Object |
applyDeserialization(RDFNode node) |
Use this
Parameter's ParameterConversion to
fromRDF the given node. |
RDFNode |
applySerialization(Object object) |
Use this
Parameter's ParameterConversion to
toRDF the given object. |
Property |
getProperty() |
|
boolean |
isRequired() |
boolean isRequired()
Parameter is requiredProperty getProperty()
Property of this ParameterRDFNode applySerialization(Object object)
Parameter's ParameterConversion to
toRDF the given object.object - the object getting serializedobjectCopyright © 2018. All rights reserved.