Deprecated ShapeBuilders
helper classedit
The ShapeBuilders
class containing static methods to create shape specific builders (e.g., ShapeBuilders.newPoint
) has been deprecated. One must now use the builder’s constructor instead (e.g., new MultiPointBuilder()
).
shape 관련 builder를 생성하는 static method(예: ShapeBuilders.newPoint
)를 가지고 있는ShapeBuilders
class는 deprecate되었다. 대신 builder의 생성자를 사용해야 한다.(예: new MultiPointBuilder()
)
Deprecated ShapeBuilder.parse
static methodedit
The ShapeBuilder.parse
method has been deprecated. Use ShapeParser.parse
instead.
ShapeBuilder.parse
method는 deprecate되었다. 대신 ShapeParser.parse
를 사용하자.
'6.x > 8. Breaking Changes' 카테고리의 다른 글
v6.0-09. Ingest changes (0) | 2017.12.20 |
---|---|
v6.0-08. Indices changes (0) | 2017.12.20 |
v6.0-06. Document API changes (0) | 2017.12.20 |
v6.0-05. Cluster changes (0) | 2017.12.20 |
v6.0-04. Clients changes (0) | 2017.12.20 |