public static class Util.DecoderMatch
extends java.lang.Object
Constructor | Description |
---|---|
DecoderMatch(java.lang.Class<?> target,
java.util.List<DecoderEntry> decoderEntries) |
Modifier and Type | Method | Description |
---|---|---|
java.util.List<java.lang.Class<? extends Decoder>> |
getBinaryDecoders() |
|
java.lang.Class<?> |
getTarget() |
|
java.util.List<java.lang.Class<? extends Decoder>> |
getTextDecoders() |
|
boolean |
hasMatches() |
public DecoderMatch(java.lang.Class<?> target, java.util.List<DecoderEntry> decoderEntries)
Copyright © 2000-2019 Apache Software Foundation. All Rights Reserved.