Uses of Class
net.sourceforge.jbizmo.commons.avro.search.SearchInputField
-
Packages that use SearchInputField Package Description net.sourceforge.jbizmo.commons.avro.search -
-
Uses of SearchInputField in net.sourceforge.jbizmo.commons.avro.search
Methods in net.sourceforge.jbizmo.commons.avro.search that return SearchInputField Modifier and Type Method Description SearchInputFieldSearchInputField.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 SearchInputField Modifier and Type Method Description static 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.List<SearchInputField>SearchInput.Builder. getSearchFields()Gets the value of the 'searchFields' field.List<SearchInputField>SearchInput. getSearchFields()Gets the value of the 'searchFields' field.Methods in net.sourceforge.jbizmo.commons.avro.search with parameters of type SearchInputField Modifier and Type Method Description static 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 SearchInputField Modifier and Type Method Description SearchInput.BuilderSearchInput.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 SearchInputField Constructor Description SearchInput(Integer maxResult, Boolean caseSensitive, String numberFormat, String dateFormat, String dateTimeFormat, Integer startIndex, List<SearchInputField> searchFields, Boolean exactFilterMatch, String decimalSeparator, String groupingSeparator)All-args constructor.
-