Class ModelDeserializers.ProtobufDataFormatDeserializer
java.lang.Object
org.apache.camel.dsl.yaml.common.YamlDeserializerSupport
org.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.dataformat.ProtobufDataFormat>
org.apache.camel.dsl.yaml.deserializers.ModelDeserializers.ProtobufDataFormatDeserializer
- All Implemented Interfaces:
org.snakeyaml.engine.v2.api.ConstructNode
- Enclosing class:
ModelDeserializers
public static class ModelDeserializers.ProtobufDataFormatDeserializer
extends org.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.dataformat.ProtobufDataFormat>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected org.apache.camel.model.dataformat.ProtobufDataFormatprotected org.apache.camel.model.dataformat.ProtobufDataFormatnewInstance(String value) protected booleansetProperty(org.apache.camel.model.dataformat.ProtobufDataFormat 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, setPropertiesMethods inherited from class org.apache.camel.dsl.yaml.common.YamlDeserializerSupport
asBoolean, asByteArray, asByteArray, asClass, asClass, asClassArray, asCollection, asDouble, asEndpoint, asEndpoint, asEnum, asFlatCollection, asFlatList, asFlatSet, asInt, asList, asLong, asMap, asMappingNode, asScalarMap, asSequenceNode, asStringList, asStringList, asStringSet, asStringSet, asText, asType, enumConverter, getDeserializationContext, isSequenceNode, nodeAt, parseParameters, setDeserializationContext, setStepsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.snakeyaml.engine.v2.api.ConstructNode
constructRecursive
-
Constructor Details
-
ProtobufDataFormatDeserializer
public ProtobufDataFormatDeserializer()
-
-
Method Details
-
newInstance
protected org.apache.camel.model.dataformat.ProtobufDataFormat newInstance()- Specified by:
newInstancein classorg.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.dataformat.ProtobufDataFormat>
-
newInstance
- Overrides:
newInstancein classorg.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.dataformat.ProtobufDataFormat>
-
setProperty
protected boolean setProperty(org.apache.camel.model.dataformat.ProtobufDataFormat 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.dataformat.ProtobufDataFormat>
-