| | |
| | | final class Config { |
| | | |
| | | private final Filter falseFilter; |
| | | private final Schema schema; |
| | | private final ReadOnUpdatePolicy readOnUpdatePolicy; |
| | | private final Filter trueFilter; |
| | | private final DecodeOptions options; |
| | | private final ReadOnUpdatePolicy readOnUpdatePolicy; |
| | | private final Schema schema; |
| | | private final Filter trueFilter; |
| | | |
| | | Config(final Filter trueFilter, final Filter falseFilter, |
| | | final ReadOnUpdatePolicy readOnUpdatePolicy, final Schema schema) { |
| | |
| | | } |
| | | |
| | | /** |
| | | * Returns the schema which should be used when attribute types and |
| | | * controls. |
| | | * |
| | | * @return The schema which should be used when attribute types and |
| | | * controls. |
| | | */ |
| | | public Schema schema() { |
| | | return schema; |
| | | } |
| | | |
| | | /** |
| | | * Returns the decoding options which should be used when decoding controls |
| | | * in responses. |
| | | * |
| | |
| | | } |
| | | |
| | | /** |
| | | * Returns the schema which should be used when attribute types and |
| | | * controls. |
| | | * |
| | | * @return The schema which should be used when attribute types and |
| | | * controls. |
| | | */ |
| | | public Schema schema() { |
| | | return schema; |
| | | } |
| | | |
| | | /** |
| | | * {@inheritDoc} |
| | | */ |
| | | @Override |