Package | Description |
---|---|
jayeson.lib.feed.api | |
jayeson.lib.feed.api.twoside | |
jayeson.lib.feed.basketball | |
jayeson.lib.feed.core | |
jayeson.lib.feed.soccer | |
jayeson.lib.feed.tennis | |
jayeson.model.filterrules |
Modifier and Type | Field and Description |
---|---|
java.lang.Class<? extends EventType> |
SportType.eventTypeClass |
Modifier and Type | Method and Description |
---|---|
static <T extends EventType> |
EventType.serialize(T eventType)
Gets the JSON representation of the given TimeType.
|
Modifier and Type | Method and Description |
---|---|
static EventType |
EventType.deserialize(com.fasterxml.jackson.databind.JsonNode node)
Gets the EventType object from the given JSON node.
|
static EventType |
EventType.deserialize(java.lang.String value)
Gets the TimeType object from the given JSON string.
|
EventType |
IBetEvent.eventType()
Retrieve sport specific event type
|
static EventType |
EventType.fromName(SportType sportType,
java.lang.String name)
Gets the EventType object from a given SportType and EventType name.
|
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<? extends IBetEvent> |
IBetMatch.events(EventType type)
Retrieve collection of events if there are given event type records in this event
|
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<? extends IB2Event> |
IB2Match.events(EventType type) |
Modifier and Type | Class and Description |
---|---|
class |
BasketballEventType
BasketballEventType represents the event type for Basketball events
|
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<BasketballEvent> |
BasketballMatch.events(EventType type)
Retrieve collection of basketball events in a basketball match with particular event type
|
Modifier and Type | Method and Description |
---|---|
EventType |
BetEvent.eventType()
Retrieve sport specific event type
|
Constructor and Description |
---|
B2Event(java.lang.String id,
java.util.Collection<? extends IB2Record> records,
java.lang.String matchId,
EventType type,
java.util.Collection<? extends IB2EventState> states,
java.util.Map<java.lang.String,java.lang.String> meta) |
BetEvent(java.lang.String id,
java.util.Collection<? extends IBetRecord> records,
java.lang.String matchId,
EventType type,
java.util.Collection<? extends IBetEventState> states,
java.util.Map<java.lang.String,java.lang.String> meta) |
Modifier and Type | Class and Description |
---|---|
class |
SoccerEventType
SoccerEventType represents the event type for Soccer events
|
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<SoccerEvent> |
SoccerMatch.events(EventType type)
Retrieve collection of Soccer Events in a soccer match with a particular event type
|
Modifier and Type | Class and Description |
---|---|
class |
TennisEventType
TennisEventType represents the event type for Tennis events
|
Modifier and Type | Method and Description |
---|---|
default java.util.Collection<TennisEvent> |
TennisMatch.events(EventType type)
Retrieve collection of Tennis Events in a tennis match with a particular event type
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<EventType> |
EventTypeFilterRule.getEventTypes() |
Modifier and Type | Method and Description |
---|---|
void |
EventTypeFilterRule.setEventTypes(java.util.Set<EventType> eventTypes) |