Package io.sundr.adapter.api
Interface TypeLookup<T>
public interface TypeLookup<T>
-
Method Summary
Modifier and TypeMethodDescriptionPerforms a lookup for the specified fqcn.default booleanChecks if the lookup is available.lookup(String fullyQualifiedName, AdapterContextAware context)
-
Method Details
-
lookup
-
isAvailable
default boolean isAvailable()Checks if the lookup is available.- Returns:
- True if the lookup is available, false otherwise.
-
forName
Performs a lookup for the specified fqcn.- Parameters:
fullyQualifiedName- The specified fqcn.- Returns:
- The specified type if found, empty otherwise.
-