Uses of Class
net.sourceforge.jbizmo.commons.avro.search.SearchInputField
Packages that use SearchInputField
-
Uses of SearchInputField in net.sourceforge.jbizmo.commons.avro.search
Methods in net.sourceforge.jbizmo.commons.avro.search that return SearchInputFieldModifier and TypeMethodDescriptionSearchInputField.Builder.build()static SearchInputFieldSearchInputField.fromByteBuffer(ByteBuffer b) Deserializes a SearchInputField from a ByteBuffer.Methods in net.sourceforge.jbizmo.commons.avro.search that return types with arguments of type SearchInputFieldModifier and TypeMethodDescriptionstatic org.apache.avro.message.BinaryMessageDecoder<SearchInputField>SearchInputField.createDecoder(org.apache.avro.message.SchemaStore resolver) Create a new BinaryMessageDecoder instance for this class that uses the specifiedSchemaStore.static org.apache.avro.message.BinaryMessageDecoder<SearchInputField>SearchInputField.getDecoder()Return the BinaryMessageDecoder instance used by this class.static org.apache.avro.message.BinaryMessageEncoder<SearchInputField>SearchInputField.getEncoder()Return the BinaryMessageEncoder instance used by this class.SearchInput.Builder.getSearchFields()Gets the value of the 'searchFields' field.SearchInput.getSearchFields()Gets the value of the 'searchFields' field.Methods in net.sourceforge.jbizmo.commons.avro.search with parameters of type SearchInputFieldModifier and TypeMethodDescriptionstatic SearchInputField.BuilderSearchInputField.newBuilder(SearchInputField other) Creates a new SearchInputField RecordBuilder by copying an existing SearchInputField instance.Method parameters in net.sourceforge.jbizmo.commons.avro.search with type arguments of type SearchInputFieldModifier and TypeMethodDescriptionSearchInput.Builder.setSearchFields(List<SearchInputField> value) Sets the value of the 'searchFields' field.voidSearchInput.setSearchFields(List<SearchInputField> value) Sets the value of the 'searchFields' field.Constructor parameters in net.sourceforge.jbizmo.commons.avro.search with type arguments of type SearchInputFieldModifierConstructorDescriptionSearchInput(Integer maxResult, Boolean caseSensitive, String numberFormat, String dateFormat, String dateTimeFormat, Integer startIndex, List<SearchInputField> searchFields, Boolean exactFilterMatch, String decimalSeparator, String groupingSeparator) All-args constructor.