All Classes and Interfaces

Class
Description
Exception class for Annotation Processor errors.
The `BigDecimalFill` class implements the `BoxTypeFill` interface to generate `BigDecimal` values.
The `BooleanFill` class implements the `BoxTypeFill` interface to generate `Boolean` values.
Collection interface for filling objects
Searches for and creates an object with a specific box type class.
This interface represents a container service for box type fill implementations.
Interface for generating a value of the corresponding boxed type.
The `CharacterFill` class implements the `BoxTypeFill` interface to generate `Character` values.
Class with the template for generating a value of the corresponding boxed type.
Utility class for preparing class templates.
The CollectionElementCreationService class is responsible for generating collection elements based on the field type and the Fill object provided.
Searches for and creates an object with a list of collection classes.
This interface represents a container service for collection type fill implementations.
Interface for generating a value of the corresponding collection type.
The `DateFill` class implements the `BoxTypeFill` interface to generate `Date` values.
The DefaultBoxTypeContainer class implements the BoxTypeContainerService interface and provides a default implementation of the container for BoxTypeFill instances.
The DefaultCollectionTypeContainer class implements the CollectionTypeContainerService interface and provides a default implementation of the container for CollectionTypeFill instances.
The DefaultObjectTypeContainer class implements the ObjectTypeContainerService interface and provides a default implementation of the container for ObjectTypeFill instances.
Class for generating a value of the double type
The ElementCreationService class is responsible for generating single values or instances of classes based on the provided field type and Fill object.
This class implements the ObjectTypeFill interface to provide object generation for enum types.
A necessary interface for reflection to traverse fields.
Utility class for working with fields in Java classes.
The Fill class is used to provide information for populating POJO (Plain Old Java Object) classes with random data.
The FillBuilder class provides a fluent interface for building a Fill object.
The `FillArray` class provides a method to create an array and fill it with generated values.
Custom exception class for Fill-related errors.
class FillListCollection
class FillSetCollection
class IntegerFill
class LongFill
This interface provides a container for implementations of a specific type `T`.
class MapFill
interface ObjectCollectionFillExtension
Searches for and creates an object with a list of classes with unique behavior.
This interface represents a container service for `ObjectTypeFill` implementations.
This interface provides methods for generating objects of a specific type.
A class representing parameters for generating code.
Class for generating and filling primitive array values.
Implementation of the BoxTypeFill interface for generating and filling primitive boolean values.
Implementation of the BoxTypeFill interface for generating and filling primitive char values.
Implementation of the BoxTypeFill interface for generating and filling primitive double values.
Implementation of the BoxTypeFill interface for generating and filling primitive int values.
Implementation of the BoxTypeFill interface for generating and filling primitive long values.
Utility class for generating random values.
The RandomValue class is designed to populate POJO classes with random data.
Custom exception class for errors related to generating random values.
A necessary class for reflection to traverse fields.
Utility class for scanning classes and retrieving annotated instances or implementations of interfaces.
class StringFill
A utility class for creating template class prototypes based on annotation names.
generate class from template
interface ObjectCollectionFillExtension