Class PropertyAccessor

java.lang.Object
org.burningwave.core.classes.PropertyAccessor
All Implemented Interfaces:
AutoCloseable, Cleanable, Closeable, Component, Identifiable, Properties.Listener, Memorizer
Direct Known Subclasses:
PropertyAccessor.ByFieldOrByMethod, PropertyAccessor.ByMethodOrByField

public abstract class PropertyAccessor
extends Object
implements Component
  • Field Details

    • REG_EXP_FOR_JAVA_PROPERTIES

      public static final String REG_EXP_FOR_JAVA_PROPERTIES
      See Also:
      Constant Field Values
    • REG_EXP_FOR_INDEXES_OF_JAVA_INDEXED_PROPERTIES

      public static final String REG_EXP_FOR_INDEXES_OF_JAVA_INDEXED_PROPERTIES
      See Also:
      Constant Field Values
  • Method Details