Uses of Interface
org.opendaylight.yangtools.binding.model.api.MethodSignature
Packages that use MethodSignature
Package
Description
Model of Java classes generated from YANG.
-
Uses of MethodSignature in org.opendaylight.yangtools.binding.codegen
Methods in org.opendaylight.yangtools.binding.codegen that return types with arguments of type MethodSignatureModifier and TypeMethodDescriptionstatic Set
<MethodSignature> BuilderTemplate.getSpecifiedGetters
(GeneratedType type) -
Uses of MethodSignature in org.opendaylight.yangtools.binding.model.api
Methods in org.opendaylight.yangtools.binding.model.api that return types with arguments of type MethodSignatureModifier and TypeMethodDescriptionGeneratedType.getMethodDefinitions()
Returns List of Method Definitions associated with Generated Type. -
Uses of MethodSignature in org.opendaylight.yangtools.binding.model.api.type.builder
Methods in org.opendaylight.yangtools.binding.model.api.type.builder that return MethodSignatureModifier and TypeMethodDescriptionMethodSignatureBuilder.toInstance
(Type definingType) Returnsnew
immutable instance of Method Signature.