List of usage examples for org.apache.commons.beanutils FluentPropertyBeanIntrospector subclass-usage
From source file org.apache.activemq.artemis.utils.uri.FluentPropertyBeanIntrospectorWithIgnores.java
public class FluentPropertyBeanIntrospectorWithIgnores extends FluentPropertyBeanIntrospector { static Logger logger = Logger.getLogger(FluentPropertyBeanIntrospectorWithIgnores.class); private static ConcurrentHashSet<Pair<String, String>> ignores = new ConcurrentHashSet<>();