Class ModelDeserializers.RemovePropertiesDefinitionDeserializer
- java.lang.Object
-
- org.apache.camel.dsl.yaml.common.YamlDeserializerSupport
-
- org.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.RemovePropertiesDefinition>
-
- org.apache.camel.dsl.yaml.deserializers.ModelDeserializers.RemovePropertiesDefinitionDeserializer
-
- All Implemented Interfaces:
org.snakeyaml.engine.v2.api.ConstructNode
- Enclosing class:
- ModelDeserializers
public static class ModelDeserializers.RemovePropertiesDefinitionDeserializer extends org.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.RemovePropertiesDefinition>
-
-
Constructor Summary
Constructors Constructor Description RemovePropertiesDefinitionDeserializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected org.apache.camel.model.RemovePropertiesDefinition
newInstance()
protected org.apache.camel.model.RemovePropertiesDefinition
newInstance(String value)
protected boolean
setProperty(org.apache.camel.model.RemovePropertiesDefinition target, String propertyKey, String propertyName, org.snakeyaml.engine.v2.nodes.Node node)
-
Methods inherited from class org.apache.camel.dsl.yaml.common.YamlDeserializerBase
construct, getType, handleUnknownProperty, setProperties
-
Methods inherited from class org.apache.camel.dsl.yaml.common.YamlDeserializerSupport
asBoolean, asByteArray, asByteArray, asClass, asClass, asClassArray, asClassArray, asDouble, asEndpoint, asEndpoint, asFlatCollection, asFlatList, asFlatSet, asInt, asLong, asMap, asMappingNode, asNestedCollection, asNestedList, asNestedSet, asScalarMap, asSequenceNode, asStringList, asStringList, asStringSet, asStringSet, asText, asType, getDeserializationContext, getNamedNode, nodeAt, setDeserializationContext, setSteps
-
-
-
-
Method Detail
-
newInstance
protected org.apache.camel.model.RemovePropertiesDefinition newInstance()
- Specified by:
newInstance
in classorg.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.RemovePropertiesDefinition>
-
newInstance
protected org.apache.camel.model.RemovePropertiesDefinition newInstance(String value)
- Overrides:
newInstance
in classorg.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.RemovePropertiesDefinition>
-
setProperty
protected boolean setProperty(org.apache.camel.model.RemovePropertiesDefinition target, String propertyKey, String propertyName, org.snakeyaml.engine.v2.nodes.Node node)
- Overrides:
setProperty
in classorg.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.RemovePropertiesDefinition>
-
-