Class Beans

java.lang.Object
java.beans.Beans
net.sf.jstuff.core.reflection.Beans

public abstract class Beans extends Beans
Author:
Sebastian Thomschke
  • Constructor Details

    • Beans

      public Beans()
  • Method Details

    • getBeanProperties

      public static Map<String,PropertyDescriptor> getBeanProperties(Class<?> beanType)
      list of properties
      Returns:
      an unmodifiable collection
    • getBeanPropertyDescriptors

      public static Collection<PropertyDescriptor> getBeanPropertyDescriptors(Class<?> beanType)
      Returns:
      list of properties
    • getBeanPropertyNames

      public static Set<String> getBeanPropertyNames(Class<?> beanType)
    • valueOf

      public static Object valueOf(String stringValue, Class<?> targetType)
    • valuesOf

      public static Object[] valuesOf(@NonNull String[] stringValues, @NonNull Class<?>[] targetTypes)