Uses of Interface
org.opendaylight.yangtools.yang.data.codec.xml.XmlCodec
-
Uses of XmlCodec in org.opendaylight.yangtools.yang.data.codec.xml
Methods in org.opendaylight.yangtools.yang.data.codec.xml that return XmlCodecModifier and TypeMethodDescriptionprotected XmlCodec<?>XmlCodecFactory.binaryCodec(BinaryTypeDefinition type) protected XmlCodec<?>XmlCodecFactory.bitsCodec(BitsTypeDefinition type) protected XmlCodec<?>XmlCodecFactory.booleanCodec(BooleanTypeDefinition type) protected XmlCodec<?>XmlCodecFactory.decimalCodec(DecimalTypeDefinition type) protected XmlCodec<?>XmlCodecFactory.emptyCodec(EmptyTypeDefinition type) protected XmlCodec<?>XmlCodecFactory.enumCodec(EnumTypeDefinition type) protected XmlCodec<?>XmlCodecFactory.identityRefCodec(IdentityrefTypeDefinition type, QNameModule module) XmlCodec<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier>XmlCodecFactory.instanceIdentifierCodec()protected XmlCodec<org.opendaylight.yangtools.yang.data.api.YangInstanceIdentifier>XmlCodecFactory.instanceIdentifierCodec(InstanceIdentifierTypeDefinition type) protected XmlCodec<?>XmlCodecFactory.int16Codec(Int16TypeDefinition type) protected XmlCodec<?>XmlCodecFactory.int32Codec(Int32TypeDefinition type) protected XmlCodec<?>XmlCodecFactory.int64Codec(Int64TypeDefinition type) protected XmlCodec<?>XmlCodecFactory.int8Codec(Int8TypeDefinition type) protected XmlCodec<?>XmlCodecFactory.stringCodec(StringTypeDefinition type) protected XmlCodec<?>XmlCodecFactory.uint16Codec(Uint16TypeDefinition type) protected XmlCodec<?>XmlCodecFactory.uint32Codec(Uint32TypeDefinition type) protected XmlCodec<?>XmlCodecFactory.uint64Codec(Uint64TypeDefinition type) protected XmlCodec<?>XmlCodecFactory.uint8Codec(Uint8TypeDefinition type) protected XmlCodec<?>XmlCodecFactory.unionCodec(UnionTypeDefinition type, List<XmlCodec<?>> codecs) protected XmlCodec<?>XmlCodecFactory.unknownCodec(UnknownTypeDefinition type) Method parameters in org.opendaylight.yangtools.yang.data.codec.xml with type arguments of type XmlCodecModifier and TypeMethodDescriptionprotected XmlCodec<?>XmlCodecFactory.unionCodec(UnionTypeDefinition type, List<XmlCodec<?>> codecs)