Class ModelDeserializers.RegistryBeanDefinitionDeserializer

java.lang.Object
org.apache.camel.dsl.yaml.common.YamlDeserializerSupport
org.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.app.RegistryBeanDefinition>
org.apache.camel.dsl.yaml.deserializers.ModelDeserializers.RegistryBeanDefinitionDeserializer
All Implemented Interfaces:
org.snakeyaml.engine.v2.api.ConstructNode
Enclosing class:
ModelDeserializers

public static class ModelDeserializers.RegistryBeanDefinitionDeserializer extends org.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.app.RegistryBeanDefinition>
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected org.apache.camel.model.app.RegistryBeanDefinition
     
    protected boolean
    setProperty(org.apache.camel.model.app.RegistryBeanDefinition 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, newInstance, onNewTarget, setProperties

    Methods 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, setSteps

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.snakeyaml.engine.v2.api.ConstructNode

    constructRecursive
  • Constructor Details

    • RegistryBeanDefinitionDeserializer

      public RegistryBeanDefinitionDeserializer()
  • Method Details

    • newInstance

      protected org.apache.camel.model.app.RegistryBeanDefinition newInstance()
      Specified by:
      newInstance in class org.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.app.RegistryBeanDefinition>
    • setProperty

      protected boolean setProperty(org.apache.camel.model.app.RegistryBeanDefinition target, String propertyKey, String propertyName, org.snakeyaml.engine.v2.nodes.Node node)
      Overrides:
      setProperty in class org.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.app.RegistryBeanDefinition>