This repository was archived by the owner on Oct 31, 2024. It is now read-only.
File tree 4 files changed +0
-56
lines changed
main/java/io/burt/jmespath/jacksonjr
test/java/io/burt/jmespath/jacksonjr
4 files changed +0
-56
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <!--
3
- ~ Copyright 2023 Amazon.com, Inc. or its affiliates.
4
- ~ Licensed under the Apache License, Version 2.0 (the
5
- ~ "License"); you may not use this file except in compliance
6
- ~ with the License. You may obtain a copy of the License at
7
- ~ http://www.apache.org/licenses/LICENSE-2.0
8
- ~ Unless required by applicable law or agreed to in writing, software
9
- ~ distributed under the License is distributed on an "AS IS" BASIS,
10
- ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11
- ~ See the License for the specific language governing permissions and
12
- ~ limitations under the License.
13
- ~
14
- -->
15
-
16
2
<project xmlns =" http://maven.apache.org/POM/4.0.0"
17
3
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
18
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
Original file line number Diff line number Diff line change 1
- /*
2
- * Copyright 2023 Amazon.com, Inc. or its affiliates.
3
- * Licensed under the Apache License, Version 2.0 (the
4
- * "License"); you may not use this file except in compliance
5
- * with the License. You may obtain a copy of the License at
6
- * http://www.apache.org/licenses/LICENSE-2.0
7
- * Unless required by applicable law or agreed to in writing, software
8
- * distributed under the License is distributed on an "AS IS" BASIS,
9
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10
- * See the License for the specific language governing permissions and
11
- * limitations under the License.
12
- *
13
- */
14
-
15
1
package io .burt .jmespath .jacksonjr ;
16
2
17
3
import com .fasterxml .jackson .core .JsonToken ;
Original file line number Diff line number Diff line change 1
- /*
2
- * Copyright 2023 Amazon.com, Inc. or its affiliates.
3
- * Licensed under the Apache License, Version 2.0 (the
4
- * "License"); you may not use this file except in compliance
5
- * with the License. You may obtain a copy of the License at
6
- * http://www.apache.org/licenses/LICENSE-2.0
7
- * Unless required by applicable law or agreed to in writing, software
8
- * distributed under the License is distributed on an "AS IS" BASIS,
9
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10
- * See the License for the specific language governing permissions and
11
- * limitations under the License.
12
- *
13
- */
14
-
15
1
package io .burt .jmespath .jacksonjr ;
16
2
17
3
import com .fasterxml .jackson .core .TreeNode ;
Original file line number Diff line number Diff line change 1
- /*
2
- * Copyright 2023 Amazon.com, Inc. or its affiliates.
3
- * Licensed under the Apache License, Version 2.0 (the
4
- * "License"); you may not use this file except in compliance
5
- * with the License. You may obtain a copy of the License at
6
- * http://www.apache.org/licenses/LICENSE-2.0
7
- * Unless required by applicable law or agreed to in writing, software
8
- * distributed under the License is distributed on an "AS IS" BASIS,
9
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
10
- * See the License for the specific language governing permissions and
11
- * limitations under the License.
12
- *
13
- */
14
-
15
1
package io .burt .jmespath .jacksonjr ;
16
2
17
3
You can’t perform that action at this time.
0 commit comments