JsonGeneratorFactory
E836469
JsonGeneratorFactory is a Jakarta JSON Processing API interface used to create configured JsonGenerator instances for streaming JSON output.
All labels observed (1)
| Label | Occurrences |
|---|---|
| JsonGeneratorFactory canonical | 1 |
How this entity was disambiguated
This entity first appeared as the object of triple T10019777 — resolving that mention is where its identity was fixed. The disambiguator weighed these candidate entities and picked the highlighted one (or “None”, minting a new entity). This is how homonymy is resolved: the same surface form can point to different entities.
NED1
Entity disambiguation (via context triple)
gpt-5-mini-2025-08-07
Target entity: JsonGeneratorFactory Context triple: [Jakarta JSON Processing, provides, JsonGeneratorFactory]
-
A.
JsonGenerator
JsonGenerator is a Jakarta JSON Processing API component used to efficiently produce JSON data in a streaming, write-only manner.
-
B.
JsonBuilderFactory
JsonBuilderFactory is a Jakarta JSON Processing API interface used to create JSON object and array builders in a configurable and reusable way.
-
C.
JsonWriter
JsonWriter is a Jakarta JSON Processing API component used to write JSON data to an output stream or writer in a structured and efficient manner.
-
D.
JsonbBuilder
JsonbBuilder is a Jakarta JSON Binding utility class that creates and configures Jsonb instances for converting Java objects to and from JSON.
-
E.
Generator
"Generator" is a 1992 punk rock album by Bad Religion that marked a darker, more experimental turn in the band's melodic hardcore sound.
- F. None of above. chosen
- G. Unsure - the case is ambiguous/there is not enough information to decide.
NED2
Entity disambiguation (via description)
gpt-5-mini-2025-08-07
Target entity: JsonGeneratorFactory Target entity description: JsonGeneratorFactory is a Jakarta JSON Processing API interface used to create configured JsonGenerator instances for streaming JSON output.
-
A.
JsonGenerator
JsonGenerator is a Jakarta JSON Processing API component used to efficiently produce JSON data in a streaming, write-only manner.
-
B.
JsonBuilderFactory
JsonBuilderFactory is a Jakarta JSON Processing API interface used to create JSON object and array builders in a configurable and reusable way.
-
C.
JsonWriter
JsonWriter is a Jakarta JSON Processing API component used to write JSON data to an output stream or writer in a structured and efficient manner.
-
D.
JsonbBuilder
JsonbBuilder is a Jakarta JSON Binding utility class that creates and configures Jsonb instances for converting Java objects to and from JSON.
-
E.
Generator
"Generator" is a 1992 punk rock album by Bad Religion that marked a darker, more experimental turn in the band's melodic hardcore sound.
- F. None of above. chosen
Statements (46)
| Predicate | Object |
|---|---|
| instanceOf |
Jakarta JSON Processing API interface
ⓘ
Java interface ⓘ |
| apiStyle | streaming JSON generation ⓘ |
| belongsToEcosystem |
Jakarta EE
NERFINISHED
ⓘ
Java SE (via standalone library) NERFINISHED ⓘ |
| category |
JSON processing
ⓘ
data serialization ⓘ |
| configurableBy | Map<String, ?> configuration ⓘ |
| configurationAffects | JsonGenerator behavior ⓘ |
| conformsTo | Jakarta JSON Processing specification NERFINISHED ⓘ |
| createdBy | JsonProvider#createGeneratorFactory(java.util.Map<String, ?>) ⓘ |
| definedInPackage | jakarta.json.stream NERFINISHED ⓘ |
| formerlyGoverningBody | Oracle (Java EE) NERFINISHED ⓘ |
| generatorsThreadSafety | JsonGenerator instances are not guaranteed to be thread-safe ⓘ |
| governingBody | Eclipse Foundation (Jakarta EE) NERFINISHED ⓘ |
| hasDocumentation | Jakarta JSON Processing specification JSR 374 successor ⓘ |
| hasMethod |
createGenerator(java.io.OutputStream)
ⓘ
createGenerator(java.io.OutputStream, java.nio.charset.Charset) ⓘ createGenerator(java.io.Writer) ⓘ createGenerator(javax.json.stream.JsonGenerator) ⓘ getConfigInUse() ⓘ |
| introducedIn | Java EE JSON Processing API NERFINISHED ⓘ |
| language | Java NERFINISHED ⓘ |
| lifecycle | typically created by JsonProvider ⓘ |
| originatedFrom | JSR 353: Java API for JSON Processing NERFINISHED ⓘ |
| partOf |
Jakarta JSON Processing
NERFINISHED
ⓘ
Jakarta JSON Processing API NERFINISHED ⓘ Jakarta JSON Processing streaming API NERFINISHED ⓘ |
| previouslyDefinedInPackage | javax.json.stream ⓘ |
| relatedTo |
JsonBuilderFactory
NERFINISHED
ⓘ
JsonGenerator NERFINISHED ⓘ JsonParserFactory NERFINISHED ⓘ |
| returns | JsonGenerator NERFINISHED ⓘ |
| serializationFormat | JSON NERFINISHED ⓘ |
| supports | configuration of JsonGenerator properties ⓘ |
| supportsFeature |
buffer size configuration (implementation dependent)
ⓘ
character encoding configuration ⓘ pretty printing (implementation dependent) ⓘ |
| threadSafety | may be thread-safe depending on implementation ⓘ |
| typicalUsage | obtain factory from JsonProvider then create JsonGenerator for output stream or writer ⓘ |
| usedFor |
creating JsonGenerator instances
ⓘ
creating configured JsonGenerator instances ⓘ streaming JSON output ⓘ |
| usedIn |
client-side Java applications
ⓘ
microservices producing JSON ⓘ server-side Java applications ⓘ |
How these facts were elicited
The pipeline generated the facts above by prompting gpt-5.1 with this entity's name + description and the instruction below.
Instruction
You are a knowledge base construction expert. Given a subject entity and a description of it, return factual statements that you know for the subject as a JSON list of dictionaries(triples), where keys must be "subject", "predicate" and "object". The number of facts may be very high, between 25 to 50 or more, for very popular subjects. For less popular subjects, the number of facts can be very low, like 5 or 10. # Requirements - If you don't know the subject at all, return an empty list. - If the subject is not a named entity, return an empty list. - Include at least one triple where predicate is "instanceOf". - Do not get too wordy. - Separate several objects into multiple triples with one object.
Input
Subject: JsonGeneratorFactory Description of subject: JsonGeneratorFactory is a Jakarta JSON Processing API interface used to create configured JsonGenerator instances for streaming JSON output.
Referenced by (1)
Full triples — surface form annotated when it differs from this entity's canonical label.