org.drools.marshalling.impl
Class ClassObjectMarshallingStrategyAcceptor

java.lang.Object
  extended by org.drools.marshalling.impl.ClassObjectMarshallingStrategyAcceptor
All Implemented Interfaces:
org.drools.marshalling.ObjectMarshallingStrategyAcceptor

public class ClassObjectMarshallingStrategyAcceptor
extends Object
implements org.drools.marshalling.ObjectMarshallingStrategyAcceptor


Field Summary
static ClassObjectMarshallingStrategyAcceptor DEFAULT
           
 
Constructor Summary
ClassObjectMarshallingStrategyAcceptor()
           
ClassObjectMarshallingStrategyAcceptor(String[] patterns)
           
 
Method Summary
 boolean accept(Object object)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT

public static final ClassObjectMarshallingStrategyAcceptor DEFAULT
Constructor Detail

ClassObjectMarshallingStrategyAcceptor

public ClassObjectMarshallingStrategyAcceptor(String[] patterns)

ClassObjectMarshallingStrategyAcceptor

public ClassObjectMarshallingStrategyAcceptor()
Method Detail

accept

public boolean accept(Object object)
Specified by:
accept in interface org.drools.marshalling.ObjectMarshallingStrategyAcceptor


Copyright © 2001-2013 JBoss Inc.. All Rights Reserved.