Uses of Class
org.bidib.jbidib.decoder.json.Decoder
Packages that use Decoder
-
Uses of Decoder in org.bidib.jbidib.decoder.json
Methods in org.bidib.jbidib.decoder.json that return DecoderModifier and TypeMethodDescriptionDecoder.withFirmware(Firmware firmware) Decoder.withManufacturer(String manufacturer) Decoder.withManufacturerExtendedId(String manufacturerExtendedId) Decoder.withMetadata(Metadata metadata) Decoder.withProducedFrom(String producedFrom) Decoder.withType(Decoder.Type type) Decoder.withTypeid(List<String> typeid) Methods in org.bidib.jbidib.decoder.json that return types with arguments of type DecoderMethod parameters in org.bidib.jbidib.decoder.json with type arguments of type DecoderModifier and TypeMethodDescriptionvoidDecoderschema.setDecoder(List<Decoder> decoder) Decoderschema.withDecoder(List<Decoder> decoder)