| Package | Description |
|---|---|
| org.asn1s.api.type | |
| org.asn1s.api.util |
| Modifier and Type | Method and Description |
|---|---|
ComponentType |
CollectionType.getComponent(String name,
boolean withExtensions)
Find component by name
|
ComponentType |
CollectionOfType.getComponentType() |
default ComponentType |
CollectionType.getNamedType(String name)
Find component by name, extensions ignored
|
| Modifier and Type | Method and Description |
|---|---|
Collection<ComponentType> |
CollectionTypeExtensionGroup.getComponents() |
List<ComponentType> |
CollectionType.getComponents(boolean withExtensions)
Return list of components
|
default List<ComponentType> |
CollectionType.getNamedTypes()
Returns list of components without extensions
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RefUtils.isSameAsDefaultValue(Scope scope,
ComponentType component,
Value resolve) |
Copyright © 2017. All rights reserved.