public class SimpleProcProvider extends BaseProcProvider
Constructor and Description |
---|
SimpleProcProvider(Modifiers.Parser modParser,
String... baseNames) |
SimpleProcProvider(Type.Codec.Encoder txtEncoder,
Type.Codec.Decoder txtDecoder,
Type.Codec.Encoder binEncoder,
Type.Codec.Decoder binDecoder,
Modifiers.Parser modParser,
String... baseNames) |
SimpleProcProvider(Type.Codec.Encoder txtEncoder,
Type.Codec.Decoder txtDecoder,
Type.Codec.Encoder binEncoder,
Type.Codec.Decoder binDecoder,
String... baseNames) |
Modifier and Type | Method and Description |
---|---|
Type.Codec.Decoder |
findDecoder(String name,
Context context) |
Type.Codec.Encoder |
findEncoder(String name,
Context context) |
Modifiers.Parser |
findModifierParser(String name,
Context context) |
hasName
public SimpleProcProvider(Type.Codec.Encoder txtEncoder, Type.Codec.Decoder txtDecoder, Type.Codec.Encoder binEncoder, Type.Codec.Decoder binDecoder, String... baseNames)
public SimpleProcProvider(Type.Codec.Encoder txtEncoder, Type.Codec.Decoder txtDecoder, Type.Codec.Encoder binEncoder, Type.Codec.Decoder binDecoder, Modifiers.Parser modParser, String... baseNames)
public SimpleProcProvider(Modifiers.Parser modParser, String... baseNames)
public Type.Codec.Encoder findEncoder(String name, Context context)
public Type.Codec.Decoder findDecoder(String name, Context context)
public Modifiers.Parser findModifierParser(String name, Context context)
Copyright © 2013-2015 impossibl.com. All Rights Reserved.