ByField

@Target(value = {})
public @interface ByField

Deprecated

The by-field message filter.

This annotation should not be used directly to mark anything. Instead, use the annotation instances as a @Subscribe.filter) parameter.

Deprecated

Please use please use @Where annotation for the first method parameter.

Functions

Link copied to clipboard
public abstract String path()
The path to the field to filter by.
Link copied to clipboard
public abstract String value()
The expected value of the field.

Inherited functions

Link copied to clipboard
public abstract Class<? extends Annotation> annotationType()
Link copied to clipboard
public abstract boolean equals(Object p)
Link copied to clipboard
public abstract int hashCode()
Link copied to clipboard
public abstract String toString()