Package com.gengoai.specification
-
Interface Summary Interface Description Specifiable Classes implementing Specifiable can be constructed and described usingSpecification
syntax. -
Class Summary Class Description Specification A specification defines aSchema
,Protocol
,SubProtocols
,Path
, andQuery Parameters
that define a resource, connection, etc.Specification.SpecificationBuilder Builder for Specifications -
Annotation Types Summary Annotation Type Description Path Annotation for Specifiable fields that should be assigned the path element of the Specification.Protocol Annotation for Specifiable fields that should be assigned the protocol element of the Specification.QueryParameter Annotation for Specifiable fields that represent an query parameter on the Specification.SubProtocol Annotation for Specifiable fields that should be assigned the subprotcol element of the Specification.