Class BigDecimalCachedClass


public class BigDecimalCachedClass extends DoubleCachedClass
Provides optimized reflection caching for BigDecimal. Coerces numeric arguments to BigDecimal for type-safe method invocation.
  • Constructor Details

    • BigDecimalCachedClass

      public BigDecimalCachedClass(Class klazz, ClassInfo classInfo)
      Constructs a cached class representation for BigDecimal.
      Parameters:
      klazz - the BigDecimal class to cache
      classInfo - the class information associated with this cached class
  • Method Details