Package dev.aurelium.slate.context
Interface ContextProvider<C>
- All Known Implementing Classes:
DefaultContextProvider
public interface ContextProvider<C>
-
Method Summary
-
Method Details
-
getType
-
parse
Parses a context from an input- Parameters:
input- The string input to parse, could be something not intended to be parsed as a context- Returns:
- The parsed context, or null if the input does not belong to the context type
-