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