Modifier and Type | Method and Description |
---|---|
Type |
TypeProvider.javaTypeForSchemaDefinitionType(org.opendaylight.yangtools.yang.model.api.TypeDefinition<?> type,
org.opendaylight.yangtools.yang.model.api.SchemaNode parentNode,
Restrictions restrictions) |
Modifier and Type | Field and Description |
---|---|
protected Restrictions |
ClassTemplate.restrictions |
Modifier and Type | Method and Description |
---|---|
protected CharSequence |
BaseTemplate.checkArgument(GeneratedProperty property,
Restrictions restrictions,
Type actualType,
String value) |
protected CharSequence |
BaseTemplate.generateCheckers(GeneratedProperty field,
Restrictions restrictions,
Type actualType) |
Modifier and Type | Method and Description |
---|---|
Restrictions |
GeneratedTransferObject.getRestrictions() |
Restrictions |
ConcreteType.getRestrictions() |
Modifier and Type | Method and Description |
---|---|
void |
GeneratedTOBuilder.setRestrictions(Restrictions restrictions) |
Modifier and Type | Method and Description |
---|---|
static Restrictions |
BindingGeneratorUtil.getRestrictions(org.opendaylight.yangtools.yang.model.api.TypeDefinition<?> type) |
Modifier and Type | Method and Description |
---|---|
static ConcreteType |
Types.typeForClass(Class<?> cls,
Restrictions restrictions) |
Modifier and Type | Method and Description |
---|---|
void |
CodegenGeneratedTOBuilder.setRestrictions(Restrictions restrictions) |
void |
RuntimeGeneratedTOBuilder.setRestrictions(Restrictions restrictions) |
Modifier and Type | Method and Description |
---|---|
Type |
AbstractTypeProvider.javaTypeForSchemaDefinitionType(org.opendaylight.yangtools.yang.model.api.TypeDefinition<?> typeDefinition,
org.opendaylight.yangtools.yang.model.api.SchemaNode parentNode,
Restrictions restrictions)
Converts schema definition type
typeDefinition to JAVA Type . |
Copyright © 2019 OpenDaylight. All rights reserved.