Class ResolvedContext
java.lang.Object
io.polyapi.plugin.model.generation.ResolvedContext
- All Implemented Interfaces:
PolyObject,Generable
-
Constructor Summary
ConstructorsConstructorDescriptionResolvedContext(String name, String packageName, Set<String> imports, String className, List<ResolvedContext> subcontexts, List<ResolvedSpecification> specifications) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.polyapi.plugin.model.generation.Generable
getClassName, getPackageName
-
Constructor Details
-
ResolvedContext
public ResolvedContext(String name, String packageName, Set<String> imports, String className, List<ResolvedContext> subcontexts, List<ResolvedSpecification> specifications)
-
-
Method Details
-
getServerFunctionSpecifications
-
getCustomFunctionSpecifications
-
getApiFunctionSpecifications
-
getAuthFunctionSpecification
-
getSubresourceAuthFunctionSpecifications
public List<ResolvedSubresourceAuthFunctionSpecification> getSubresourceAuthFunctionSpecifications() -
getStandardAuthFunctionSpecifications
-
getServerVariableSpecifications
-
getWebhookHandlerSpecifications
-
getFunctionSpecifications
-