Package io.sundr.adapter.api
Interface TypeLookup<T>
-
public interface TypeLookup<T>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description Optional<T>forName(String fullyQualifiedName)Performs a lookup for the specified fqcn.default booleanisAvailable()Checks if the lookup is available.static Optional<io.sundr.model.TypeDef>lookup(String fullyQualifiedName, AdapterContextAware context)
-
-
-
Method Detail
-
lookup
static Optional<io.sundr.model.TypeDef> lookup(String fullyQualifiedName, AdapterContextAware context)
-
isAvailable
default boolean isAvailable()
Checks if the lookup is available.- Returns:
- True if the lookup is available, false otherwise.
-
-