+

Search Tips   |   Advanced Search


Binder

The Binder notifies NeoLoad which conditions are applicable to the Encoder, Decoder, and Namer. It is reloaded each time a JAR file is declared and removed.

The Binder must be:

Binder's conditions are predicates to determine whether or not the action should be triggered given an input value. Actions that can be triggered are Encoder, Decoder, or Namer.

Predicates are based on the Java object com.google.common.base.Predicate.

List of supported predicates are accessible from class com.neotys.extensions.codec.predicates.MorePredicates:


Home