|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ComponentBuilder implementation.ConstraintValidator interface.Converter interface, providing management of source and target type.EntitySource
to be used as parent class for custom implementations.Generator implementation which holds a state and state management methods.NullableGenerator implementation which holds a state and state management methods.ObservableBean.Task tests.Validator interface.WeightFunction interface.Consumer implementation which sums up the values of a 'feature' of all objects it consumes
and return the sum as 'sum' property of type 'type'.Address objects.GridBagLayout.Invoker
calls in a performance test run.ComponentBuilder implementation which builds array elements.ArrayTypeDescriptor.Generators.Iterable interface which creates Iterator that iterate over an array.Iterator implementation that iterates the elements of an array.Number products of another Generator to BigDecimal.Number products of another Generator to BigInteger.Number products of another Generator to Byte.Number products of another Generator to Float.Number products of another Generator to Integer.Number products of another Generator to Short.x.y = f.d + 3.IndividualWeight implementation that weighs objects individually.FileChooser interface.BankAccounts with low validity requirements.BankAccount.BankAccounts with low validity requirements.byte arrays.ConstraintValidator with a databene commons Validator.Expression implementation that instantiates a JavaBean by default constructor and
calls its property setters for initializing state.Task implementation that instantiates a JavaBean.EntityResolver implementation for the Benerator descriptor schema.Statement for executing descriptor file based data generation.Script implementation for BeneratorScript.ScriptFactory implementation for BeneratorScript.BidirectionalIterator for Lists.Date objects for a person's birth day.Sequence implementation for a distribution that creates the bit-reverses (r)
of a continuous series, e.g. r(1), r(2), r(3), ...; the numbers produced by a related
generator are unique as long as the generator is not reset.BlockJUnit4ClassRunner for supporting ContiPerf features
in performance test suites.Boolean values to Numbers: false to 0,
true to 1.- Boolean2NumberConverter(Class<T>) -
Constructor for class org.databene.commons.converter.Boolean2NumberConverter
-
- BooleanComparator - Class in org.databene.commons.comparator
- Compares values of type Boolean or boolean.
- BooleanComparator() -
Constructor for class org.databene.commons.comparator.BooleanComparator
-
- BooleanGenerator - Class in org.databene.benerator.primitive
- Generates boolean values with a configurable quota of true values.
- BooleanGenerator() -
Constructor for class org.databene.benerator.primitive.BooleanGenerator
- Initializes the generator to a trueQuota of 50%
- BooleanGenerator(double) -
Constructor for class org.databene.benerator.primitive.BooleanGenerator
- Initializes the generator to a trueQuota
- BOOLEANLITERAL -
Static variable in class org.databene.benerator.script.BeneratorLexer
-
- BOOLEANLITERAL -
Static variable in class org.databene.benerator.script.BeneratorParser
-
- BooleanMapper<T> - Class in org.databene.commons.converter
- Maps true, false and null to configured aliases, e.g. '1', '0' and '?'.
- BooleanMapper() -
Constructor for class org.databene.commons.converter.BooleanMapper
-
- BooleanMapper(T, T, T) -
Constructor for class org.databene.commons.converter.BooleanMapper
-
- BOSNIA_AND_HERZEGOVINA -
Static variable in class org.databene.domain.address.Country
-
- BOSNIAN -
Static variable in interface org.databene.commons.Locales
-
- BRAZIL -
Static variable in class org.databene.domain.address.Country
-
- build(Generator<T>, int, DocumentWriter<T>) -
Static method in class org.databene.benerator.file.FileBuilder
-
- buildArrayOfType(Class<T>, T...) -
Static method in class org.databene.commons.ArrayUtil
-
- buildComponentFor(E) -
Method in class org.databene.benerator.composite.AlternativeComponentBuilder
-
- buildComponentFor(E) -
Method in interface org.databene.benerator.composite.ComponentBuilder
-
- buildComponentFor(E) -
Method in class org.databene.benerator.composite.DefaultComponentBuilder
-
- builders -
Variable in class org.databene.benerator.composite.MultiComponentBuilder
-
- building -
Variable in class org.databene.domain.address.Address
-
- buildMap(K, V) -
Static method in class org.databene.commons.CollectionUtil
-
- buildMap(Object...) -
Static method in class org.databene.commons.CollectionUtil
-
- buildOrderedMap(Object...) -
Static method in class org.databene.commons.CollectionUtil
-
- buildRandomComponentFor(E) -
Method in class org.databene.benerator.composite.MultiComponentBuilder
-
- BULGARIA -
Static variable in class org.databene.domain.address.Country
-
- BULGARIAN -
Static variable in interface org.databene.commons.Locales
-
- BYTE -
Static variable in class org.databene.commons.converter.JavaType
-
- BYTE -
Static variable in class org.databene.model.data.PrimitiveType
-
- ByteArray2StringConverter - Class in org.databene.commons.converter
- Converts byte arrays to Strings based on a character encoding, e.g.
- ByteArray2StringConverter() -
Constructor for class org.databene.commons.converter.ByteArray2StringConverter
-
- ByteArray2StringConverter(String) -
Constructor for class org.databene.commons.converter.ByteArray2StringConverter
-
- ByteArrayGenerator - Class in org.databene.benerator.wrapper
- Creates arrays of random length filled with random bytes.
- ByteArrayGenerator() -
Constructor for class org.databene.benerator.wrapper.ByteArrayGenerator
-
- ByteArrayGenerator(Generator<Byte>, int, int) -
Constructor for class org.databene.benerator.wrapper.ByteArrayGenerator
-
- ByteArrayGenerator(Generator<Byte>, int, int, Distribution) -
Constructor for class org.databene.benerator.wrapper.ByteArrayGenerator
-
- ByteArrayToBase64Converter - Class in org.databene.commons.converter
- Converts byte arrays to base64 strings and vice versa.
- ByteArrayToBase64Converter() -
Constructor for class org.databene.commons.converter.ByteArrayToBase64Converter
-
Calendar objects to Dates.Context implementation which is case insensitive regarding key Strings.CharSet.String.City objects.Class object to its fully qualified class name.VMInfo.getClassPath()
Generator.close()
Closeable if it is not null
and logs possible exceptions without disturbing program execution.
String with a comma-separated list to an array.ComponentDescriptors.ComponentBuilders.ComplexTypeDescriptor.ComboBoxModels to a composite one.Generator implementation that makes use of other ContextAware
objects by which its threading support is influenced.ListModel to a composite one.Task that wrap several other Tasks.Validator implementation that combines the evaluation results of other Validators.Generator implementation that wraps several String generators
and concatenates their results to a composite String.SimpleDateFormat features.Runnables concurrently.Expression implementation that evaluates a boolean (condition) expression
and, depending if the result was true or false, evaluates the first or second expression delegate.CompositeStatement that holds a condition expression.ExecutionLogger implementation which writes the execution log to the console.InfoPrinter implementation that prints info to the console.NullableGenerator implementation which returns a constant value
(supporting null as value).Converter implementation which invokes a constructor of the target class
with the source object as argument.Invoker implementation which calls the Consumer.startConsuming(Object)
method with the provided argument.Consumers that serve as proxy to other Consumers.Context.ContextAware interface.Context.MethodRule interface
for adding performance test features to test calls.Runner class for wrapping test classes that are unaware of ContiPerf with
a suite class that adds performance test and requirements configuration.Converters that act as a proxy to another converter instance.Converter test classes.Converters that hold a reference to another converter instance.ConvertingIterators.NullableGenerator.