public interface TypeLookup<T>
| Modifier and Type | Method and Description |
|---|---|
Optional<T> |
forName(String fullyQualifiedName)
Performs a lookup for the specified fqcn.
|
static Optional<TypeDef> |
lookup(String fullyQualifiedName,
AdapterContextAware context) |
static Optional<TypeDef> lookup(String fullyQualifiedName, AdapterContextAware context)
Copyright © 2023. All rights reserved.