Class ModelDeserializers.OAuth2DefinitionDeserializer

  • All Implemented Interfaces:
    org.snakeyaml.engine.v2.api.ConstructNode
    Enclosing class:
    ModelDeserializers

    public static class ModelDeserializers.OAuth2DefinitionDeserializer
    extends org.apache.camel.dsl.yaml.common.YamlDeserializerBase<org.apache.camel.model.rest.OAuth2Definition>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected org.apache.camel.model.rest.OAuth2Definition newInstance()  
      protected boolean setProperty​(org.apache.camel.model.rest.OAuth2Definition 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 interface org.snakeyaml.engine.v2.api.ConstructNode

        constructRecursive
    • Constructor Detail

      • OAuth2DefinitionDeserializer

        public OAuth2DefinitionDeserializer()
    • Method Detail

      • newInstance

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

        protected boolean setProperty​(org.apache.camel.model.rest.OAuth2Definition 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.rest.OAuth2Definition>