@Export @Version("1.0.0")
Package com.io7m.coffeepick.runtime.parser.api
Java runtime retrieval (Runtime parser API)
-
Interface Summary Interface Description CoffeePickParseRequestType A request to parse something.CoffeePickParsersType Functions to create parsers.CoffeePickParserType A parser.CoffeePickSerializersType A provider of serializers.CoffeePickSerializerType A serializer. -
Class Summary Class Description CoffeePickParseRequest A request to parse something.CoffeePickParseRequest.Builder Builds instances of typeCoffeePickParseRequest
.CoffeePickParsers The default implementation of theCoffeePickParsersType
interface.CoffeePickParsersOSGi The OSGi implementation of theCoffeePickParsersType
interface.CoffeePickSerializers The default serializers implementation.CoffeePickSerializersOSGi The OSGi implementation of theCoffeePickSerializersType
interface.