Package com.bobocode.bring.core.utils


package com.bobocode.bring.core.utils
  • Class
    Description
    The Banner class provides functionality for printing a banner to the console, either from a predefined string or custom banner by reading from a file.
    An enumeration of possible values for configuring the Banner.
    Utility class providing methods for resolving bean scopes and proxy modes based on annotations.
    Pair<L,R>
    A simple generic class representing a pair of two values: left and right.
    Utility class providing methods to create proxies.
    Utility class providing reflection-related functionalities, including methods for constructor instantiation, field manipulation, method invocation, and annotation processing.
    Inner class extending AnnotationParanamer to handle Qualifier annotations.
    The TypeCast class provides methods to perform type casting operations between different object types in Java.