Class CompositeBeanHelper


  • public final class CompositeBeanHelper
    extends java.lang.Object
    Helper class that implements low-level Plexus configuration of composite beans.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void setDefault​(java.lang.Object bean, java.lang.Object defaultValue, PlexusConfiguration configuration)
      Calls the default "set" method on the bean; re-converts the configuration if necessary.
      void setProperty​(java.lang.Object bean, java.lang.String propertyName, java.lang.Class<?> valueType, PlexusConfiguration configuration)
      Sets a property in the bean; looks for public setter/adder method before checking fields.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait